B C D F G H I K M O P R S T W Z 
All Classes All Packages

B

BETRIEBSNUMMER - Static variable in class kernpruefung.bnz.util.CheckMethods
 
BETRIEBSNUMMER0 - Static variable in class kernpruefung.bnz.util.CheckMethods
 

C

CharSets - Class in kernpruefung.bnz.util
 
CheckMethods - Class in kernpruefung.bnz.util
The class CheckMethods contains all (static) methods to check the rules from the specifications.

D

doLOGGING - Static variable in class kernpruefung.bnz.KernpruefungBNZImpl
 

F

find(File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
 

G

getCurrTimestamp() - Static method in class kernpruefung.bnz.KernpruefungBNZ
Get the current timestamp
getReturnCode() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
 
getReturnCode() - Method in interface kernpruefung.Rueckgabe
Gibt den Return-Code der Kernprüfung zurück.
getRueckgabeMeldungen() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
 
getRueckgabeMeldungen() - Method in interface kernpruefung.Rueckgabe
Gibt die Rückgabemeldungen als String-Array zurück.

H

hasCorrectAtChar(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if exactly one @ or § is in testString and whether it is not in first or last position.
hasForeignLDKZ(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testLDKZ is a valid LDKZ (see DEÜV Anlage 8)
hasHomePLZ(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testPLZ is a valid home PLZ between 01000 ... 99999
hasPLZCharsItl(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testPLZ has valid Itl PLZ chars
hasValidEmailCharacters(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testString contains only valid email characters.

I

isANDefaultValue(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testString has only the defaultValue (string field: all spaces)
isCheckDigit(String, int) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if the testString is a valid Zahlstellennummer or Betriebsnummer.
The format of the testString must be 8 digits followed by 7 spaces and hence sums up to a total of 15 characters.
isConstantString(String, String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if first argument (testString) is equal to the second argument (the constant) and if testString is not NULL or empty.
isDate(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testDate is a valid date.
isDate0000(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testDate is a valid date and jhjj<2009 or jhjj<2009 and mmtt="0000".
isDate1LaterDate2(String, String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testDate1 is later than testDate2.
isDate1NotLaterDate2PlusXMonths(String, String, int) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testDate1 is not later than end of month from testDate2 plus months.
isDateNotLaterToday(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testDate is not later than current date.
isDigit(char) - Static method in class kernpruefung.bnz.util.CharSets
Returns true if ch is a digit, otherwise false.
isEmptyOrNull(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testString contains only spaces or is NULL or is an empty string.
isInCharSet(char, String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if ch is member of the charSet given as a string charSet
isNDefaultValue(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testString has only the defaultValue (numeric field: all Zeros)
isNumeric(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testString contains only digits.
isPLZCharsItl(char) - Static method in class kernpruefung.bnz.util.CharSets
Returns true if ch is plzCharsItl, otherwise false.
isTime(String) - Static method in class kernpruefung.bnz.util.CheckMethods
Checks if testTime is a valid time value.

K

kernpruefung - package kernpruefung
 
Kernpruefung - Interface in kernpruefung
Das Interface Kernpruefung enthält als einzige Methode, die Methode zur Kernprüfung eines Datensatzes.
kernpruefung.bnz - package kernpruefung.bnz
 
kernpruefung.bnz.util - package kernpruefung.bnz.util
 
KernpruefungBNZ - Class in kernpruefung.bnz
 
KernpruefungBNZ() - Constructor for class kernpruefung.bnz.KernpruefungBNZ
 
KernpruefungBNZImpl - Class in kernpruefung.bnz
 
KernpruefungBNZImpl() - Constructor for class kernpruefung.bnz.KernpruefungBNZImpl
 

M

main(String[]) - Static method in class kernpruefung.bnz.KernpruefungBNZ
Container program for testing the code

O

outFilename(File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
 

P

pruefe(String, String) - Method in class kernpruefung.bnz.KernpruefungBNZImpl
 
pruefe(String, String) - Method in interface kernpruefung.Kernpruefung
Der eingegebene Datensatz wird mithilfe des Vorlaufsatzes kerngeprüft.

R

Rueckgabe - Interface in kernpruefung
Das Interface Rueckgabe enthält alle Methoden, die für die Abfrage des Ergebnisses der Kernprüfung notwendig sind.
RueckgabeBNZImpl - Class in kernpruefung.bnz
 

S

STICHJAHR - Static variable in class kernpruefung.bnz.util.CheckMethods
 

T

toString() - Method in class kernpruefung.bnz.RueckgabeBNZImpl
 
toString() - Method in interface kernpruefung.Rueckgabe
Gibt die String-Darstellung eines Rueckgabeobjektes zurück.

W

writeProtocol(List<String>, List<String>, File, File) - Static method in class kernpruefung.bnz.KernpruefungBNZ
 

Z

ZAHLSTELLENNUMMER - Static variable in class kernpruefung.bnz.util.CheckMethods
 
ZAHLSTELLENNUMMER0 - Static variable in class kernpruefung.bnz.util.CheckMethods
 
B C D F G H I K M O P R S T W Z 
All Classes All Packages